home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-21 | 530 b | 16 lines | [TEXT/KAHL] |
- /*
- * interface for volops.c
- */
- OSErr accessMaster (StringPtr, AFPVolMountInfo *);
- OSErr findWvol (StringPtr vn, int flags, Integer *volp);
- OSErr remount_vols (void);
- OSErr unmount (Integer vol);
- OSErr unmount_mounted (Integer vol);
- /*
- * Bits in flags on call to findWvol
- */
- #define FF_WRITE 0x0001 /* volume must be writeable */
- #define FF_NOSONY 0x0002 /* volume cannot be floppy */
- #define FF_NOXFS 0x0004 /* volume cannot be external file system */
- #define FF_NOASHARE 0x0008 /* volume cannot be appletalk */
-